Current theme allows selection to leak into check/radio marks,
resulting in ugly colored rectangles showing up underneath the marks.
https://bugzilla.gnome.org/show_bug.cgi?id=727211
background-image: -gtk-win32-theme-part(button, 3 10);
}
+.check:selected {
+ background-color: transparent;
+}
+
/* Radio buttons */
.radio {
background-image: -gtk-win32-theme-part(button, 2 4, over(2 6, 0.3));
}
+.radio:selected {
+ background-color: transparent;
+}
+
/* Scrollbars */
/* TODO: Win32 has different concept for upper and lower trough, we